home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / RESCUE / SETUP.EXE / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1997-06-16  |  1KB  |  56 lines

  1. object Form5: TForm5
  2.   Left = 235
  3.   Top = 169
  4.   Width = 267
  5.   Height = 125
  6.   VertScrollBar.Visible = False
  7.   Caption = 'Installing'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = Form5Activate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Gauge1: TGauge
  19.     Left = 9
  20.     Top = 41
  21.     Width = 241
  22.     Height = 23
  23.     Progress = 0
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 57
  29.     Height = 13
  30.     Caption = 'Copying file:'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 25
  34.     Top = 24
  35.     Width = 3
  36.     Height = 13
  37.   end
  38.   object Button1: TButton
  39.     Left = 100
  40.     Top = 71
  41.     Width = 55
  42.     Height = 20
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     TabOrder = 0
  46.     OnClick = Button1Click
  47.   end
  48.   object ProgMan1: TProgMan
  49.     ShowGroup = activateNormalSize
  50.     OnGroupError = Progman1GroupError
  51.     OnItemError = Progman1ItemError
  52.     Left = 17
  53.     Top = 76
  54.   end
  55. end
  56.